data transport layer - определение. Что такое data transport layer
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое data transport layer - определение

SECOND LAYER OF THE OSI NETWORKING MODEL
Layer 2; OSI layer 2; Datalink layer; Data link Layer; OSI Layer 2; Data Link Layer; Data-link-layer; Data-link layer; Layer-2
Найдено результатов: 4970
layer 4         
  • alt=Four labelled stacked blocks. The blue block labelled "transport" is the second from the top.
LAYER IN THE OSI AND TCP/IP MODELS PROVIDING HOST-TO-HOST COMMUNICATION SERVICES FOR APPLICATIONS
Layer 4; OSI layer 4; Transport protocol; X.214; Host-to-host layer; OSI Layer 4; Transport Layer; Transport-layer; Comparison of transport layer protocols; Comparison of OSI transport protocols; Transport-layer protocol
X.214         
  • alt=Four labelled stacked blocks. The blue block labelled "transport" is the second from the top.
LAYER IN THE OSI AND TCP/IP MODELS PROVIDING HOST-TO-HOST COMMUNICATION SERVICES FOR APPLICATIONS
Layer 4; OSI layer 4; Transport protocol; X.214; Host-to-host layer; OSI Layer 4; Transport Layer; Transport-layer; Comparison of transport layer protocols; Comparison of OSI transport protocols; Transport-layer protocol
transport layer         
  • alt=Four labelled stacked blocks. The blue block labelled "transport" is the second from the top.
LAYER IN THE OSI AND TCP/IP MODELS PROVIDING HOST-TO-HOST COMMUNICATION SERVICES FOR APPLICATIONS
Layer 4; OSI layer 4; Transport protocol; X.214; Host-to-host layer; OSI Layer 4; Transport Layer; Transport-layer; Comparison of transport layer protocols; Comparison of OSI transport protocols; Transport-layer protocol
<networking> (Or "host-host layer") The middle layer in the OSI seven layer model. The transport layer determines how to use the network layer to provide a virtual error-free, point to point connection so that host A can send messages to host B and they will arrive un-corrupted and in the correct order. It establishes and dissolves connections between hosts. It is used by the session layer. An example transport layer protocol is {Transmission Control Protocol} (TCP). OSI documents: ITU Rec. X.214 (ISO 8072), ITU Rec. X.224 (ISO 8073). (1997-12-07)
Transport layer         
  • alt=Four labelled stacked blocks. The blue block labelled "transport" is the second from the top.
LAYER IN THE OSI AND TCP/IP MODELS PROVIDING HOST-TO-HOST COMMUNICATION SERVICES FOR APPLICATIONS
Layer 4; OSI layer 4; Transport protocol; X.214; Host-to-host layer; OSI Layer 4; Transport Layer; Transport-layer; Comparison of transport layer protocols; Comparison of OSI transport protocols; Transport-layer protocol
In computer networking, the transport layer is a conceptual division of methods in the layered architecture of protocols in the network stack in the Internet protocol suite and the OSI model. The protocols of this layer provide end-to-end communication services for applications.
Layer by layer         
  • An overview of the layer by layer method for Rubik's Cube. The cube has been turned over in the third step.
METHOD OF SOLVING THE RUBIK'S CUBE
Layer-by-Layer
Layer-by-layer (LbL) deposition is a thin film fabrication technique. The films are formed by depositing alternating layers of oppositely charged materials with wash steps in between.
Layer by Layer         
  • An overview of the layer by layer method for Rubik's Cube. The cube has been turned over in the third step.
METHOD OF SOLVING THE RUBIK'S CUBE
Layer-by-Layer
The Layer by Layer method, also known as the Beginners method is a method of solving the 3x3x3 Rubik's Cube. Many beginners' methods use this approach, and it also forms the basis of the CFOP speedcubing technique.
data link layer         
<networking> Layer two, the second lowest layer in the OSI seven layer model. The data link layer splits data into frames (see fragmentation) for sending on the {physical layer} and receives acknowledgement frames. It performs error checking and re-transmits frames not received correctly. It provides an error-free virtual channel to the network layer. The data link layer is split into an upper sublayer, {Logical Link Control} (LLC), and a lower sublayer, {Media Access Control} (MAC). Example protocols at this layer are ABP, Go Back N, SRP. (1995-02-14)
layer 2         
Data link layer         
The data link layer, or layer 2, is the second layer of the seven-layer OSI model of computer networking. This layer is the protocol layer that transfers data between nodes on a network segment across the physical layer.
layer 5         
PART OF SEVEN-LAYER COMPUTER NETWORKING MODEL
OSI layer 5; X.215; Layer 5; OSI Layer 5; Session Layer; Session-layer

Википедия

Data link layer

The data link layer, or layer 2, is the second layer of the seven-layer OSI model of computer networking. This layer is the protocol layer that transfers data between nodes on a network segment across the physical layer. The data link layer provides the functional and procedural means to transfer data between network entities and may also provide the means to detect and possibly correct errors that can occur in the physical layer.

The data link layer is concerned with local delivery of frames between nodes on the same level of the network. Data-link frames, as these protocol data units are called, do not cross the boundaries of a local area network. Inter-network routing and global addressing are higher-layer functions, allowing data-link protocols to focus on local delivery, addressing, and media arbitration. In this way, the data link layer is analogous to a neighborhood traffic cop; it endeavors to arbitrate between parties contending for access to a medium, without concern for their ultimate destination. When devices attempt to use a medium simultaneously, frame collisions occur. Data-link protocols specify how devices detect and recover from such collisions, and may provide mechanisms to reduce or prevent them.

Examples of data link protocols are Ethernet, the IEEE 802.11 WiFi protocols, ATM and Frame Relay. In the Internet Protocol Suite (TCP/IP), the data link layer functionality is contained within the link layer, the lowest layer of the descriptive model, which is assumed to be independent of physical infrastructure.